Do you enjoy 'Unit testing' ? [closed]

Posted by jibin on Programmers See other posts from Programmers or by jibin
Published on 2011-06-21T06:14:50Z Indexed on 2011/06/21 8:30 UTC
Read the original article Hit count: 238

Filed under:

Possible Duplicate:
How have you made unit testing more enjoyable ?

i mean we all are developers & we love coding.I love learning new stuff(languages, frameworks, even new domains like mobile/Tablet development). But Testing ?

As a newbie to the corporate environment,I just can't digest it.(We follow 'write-then-manually-test pattern').is it unit testing ?.Usually a single developer handles a module(From design to code & unit testing).So is it practical ?

Somebody tell me how to make unit testing fun ?

Or just How to do it properly?Do we try all possibilities manually.Say unit test for a webpage with lot of 'javascript validations'.

PS:projects are all web applications.

© Programmers or respective owner

Related posts about unit-testing